Dashboard Temp Share Shortlinks Frames API

HTMLify

style.css
Views: 13 | Author: huxn-webdev
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
body {
  background: #77bfa1;
}

h1 {
  margin: auto;
  font-size: 10vh;
}

#container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
}

#btn {
  margin-top: 20vh;
  border: none;
  outline: none;
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 10px 50px;
  cursor: pointer;
}

#content {
  margin: auto;
  padding: 4vh;
  font-size: 1.2rem;
  max-width: 700px;
  margin-top: 20px;
}